home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-10-06 | 725 b | 12 lines | [TEXT/ToyS] |
- tell application "Keychain Scripting"
- make new generic key at current keychain with properties ¬
- {name:"Guy Smiley", account:"Quinn", description:"Program Linking password", creator code:"ppcx", file type:"genp", password:"••••••••", service:"Guy Smiley"}
- end tell
- bless program linking key name "Guy Smiley" address "eppc:/at/Guy Smiley:*"
-
- tell application "Keychain Scripting"
- make new generic key at current keychain with properties ¬
- {name:"guy-smiley.apple.com", account:"Quinn", description:"Program Linking password", creator code:"ppcx", file type:"genp", password:"••••••••", service:"guy-smiley.apple.com"}
- end tell
- bless program linking key name "guy-smiley.apple.com" address "eppc://guy-smiley.apple.com"
-